home *** CD-ROM | disk | FTP | other *** search
- defineps loadSpaceProcedures()
- /DSS {%
- setlinewidth setgray
- moveto lineto lineto lineto lineto stroke
- setlinewidth
- }bind def
-
- /DSL {%
- setrgbcolor newpath arc closepath fill newpath arc closepath fill
- }bind def
- endps
-
- defineps PSscreenBorder(float x,y,w,h,y2,linew,color)
- 0.0 x y2 x h w h w y x y color linew DSS
- endps
-
- defineps PSscreenLights(float xleft,xright,y,r,g,b)
- xleft y 2.0 0.0 360.0
- xright y 2.0 0.0 360.0 r g b DSL
- endps
-